Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the cargo-minor group with 3 updates #19985

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the cargo-minor group with 3 updates: clap, image and quick-xml.

Updates clap from 4.5.32 to 4.5.34

Release notes

Sourced from clap's releases.

v4.5.34

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group
Changelog

Sourced from clap's changelog.

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group
Commits
  • 5d2cdac chore: Release
  • f1c10eb docs: Update changelog
  • a4d1a7f chore(ci): Take a break from template updates
  • e95ed39 Merge pull request #5775 from vivienm/master
  • 18f8d4c chore(deps): Update Rust Stable to v1.82 (#5788)
  • f35d8e0 Merge pull request #5787 from epage/template
  • 1389d7d chore: Update from '_rust/main' template
  • dbc9faa chore(ci): Initialize git for template update
  • 3dac2f3 chore(ci): Get history for template update
  • e1f77da chore(ci): Fix branch for template update
  • Additional commits viewable in compare view

Updates image from 0.25.5 to 0.25.6

Changelog

Sourced from image's changelog.

Version 0.25.6

Features:

  • Improved format detection (#2418)
  • Implement writing ICC profiles for JPEG and PNG images (#2389)

Bug fixes:

  • JPEG encoding bugfix (#2387)
  • Expanded ICO format detection (#2434)
  • Fixed EXR bug with NaNs (#2381)
  • Various documentation improvements
Commits

Updates quick-xml from 0.37.2 to 0.37.3

Release notes

Sourced from quick-xml's releases.

v0.37.3 - support for xsi:nil in Deserializer

What's Changed

New Features

  • #850: Add Attribute::as_bool() method to get an attribute value as a boolean.
  • #850: Add Attributes::has_nil() method to check if attributes has xsi:nil attribute set to true.
  • #497: Handle xsi:nil attribute in serde Deserializer to better process optional fields.

Full Changelog: tafia/quick-xml@v0.37.2...v0.37.3

Changelog

Sourced from quick-xml's changelog.

0.37.3 -- 2025-03-25

New Features

  • #850: Add Attribute::as_bool() method to get an attribute value as a boolean.
  • #850: Add Attributes::has_nil() method to check if attributes has xsi:nil attribute set to true.
  • #497: Handle xsi:nil attribute in serde Deserializer to better process optional fields.

#497: tafia/quick-xml#497 #850: tafia/quick-xml#850

Commits
  • 2cedfe1 Release 0.37.3
  • 44644b3 Merge pull request #850 from Mingun/fix/honor_xsi_nil
  • 3c4de88 Migrate to actions/upload-artifact@v4 in fuzzer sub-project
  • 6176c33 Properly use xsi:nil to deserialize null values via serde
  • 10b37f7 Add tests for xsi:nil handling
  • 521707c Add regression tests for #497
  • b8ce862 Use namespace-aware reader in serde deserializer
  • 341db46 Add helper method to check if xsi:nil value is set in attributes
  • 41b6dc1 Add helper method to check if attribute value represents boolean value
  • 40538b7 Improve debug representation of Attribute and Attributes
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Mar 31, 2025
Bumps the cargo-minor group with 3 updates: [clap](https://github.com/clap-rs/clap), [image](https://github.com/image-rs/image) and [quick-xml](https://github.com/tafia/quick-xml).


Updates `clap` from 4.5.32 to 4.5.34
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.32...clap_complete-v4.5.34)

Updates `image` from 0.25.5 to 0.25.6
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.5...v0.25.6)

Updates `quick-xml` from 0.37.2 to 0.37.3
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.37.2...v0.37.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@torokati44 torokati44 force-pushed the dependabot/cargo/cargo-minor-b3cf2d3029 branch from d7f4574 to 3503455 Compare March 31, 2025 21:11
@torokati44 torokati44 enabled auto-merge (rebase) March 31, 2025 21:11
@torokati44 torokati44 merged commit b636e30 into master Mar 31, 2025
22 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cargo-minor-b3cf2d3029 branch March 31, 2025 21:23
@torokati44
Copy link
Member

@dependabot unignore winit

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 4, 2025

No dependency name (winit) or ignore conditions found to unignore.

Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Apr 6, 2025
-----------------------------------------------------------------------------------------------------
chromebook-linux-audio.mk 7e5c26c70a991aa5ff8cb18483cff08e89425b7b # Version: Commits on Apr 01, 2025
-----------------------------------------------------------------------------------------------------
stoney: update prebuilt kernel link,

--------------------------------------------------
faudio.mk 25.04 # Version: Commits on Apr 01, 2025
--------------------------------------------------
Fixes:

- Fixed errors introduced with CMake 4.0

- Fixed documentation/assertion preventing using FAUDIO_1024_QUANTUM

Thanks to our [GitHub Sponsors](https://github.com/sponsors/flibitijibibo/), including...

Super Duper Sponsors:

- [Re-Logic](https://re-logic.com/)

Super Sponsors:

- @CDGKen

- @compcj

- @jbevain

- @kg

- @NoelFB

- @terinfire

- @TerryCavanagh

Sponsors:

- @bartwe

- @bwiklund

- @Conan-Kudo

- @Eldirans

- @GlaireDaggers

- @isaboll1

- @isadorasophia

- @larsiusprime

- @tgpholly

- @xxxbxxx

- [Bit Kid Games](http://bitkidgames.com/)

- [Lunar Ray Games](http://www.lunarraygames.com/),

---------------------------------------------------------------------------------------
amiberry.mk 9c3528328d9629a5b4e821599bddd41816603db4 # Version: Commits on Apr 01, 2025
---------------------------------------------------------------------------------------
Revert \bugfix: fixed setcursor dx/dy variable values\

This reverts commit 4b12977b4eeeeac1282205bf3cf2398705c31700.,

---------------------------------------------------------------------------------------------
dosbox-staging.mk 4db9732e256e65fe4eb33103ccbd8224860e291a # Version: Commits on Apr 01, 2025
---------------------------------------------------------------------------------------------
website: Update 0.82.1 release package hashes,

-----------------------------------------------------------------------------------
play.mk d7498129071bae45ef73db5eb9be0c2e365987ae # Version: Commits on Mar 31, 2025
-----------------------------------------------------------------------------------
CI: Update Vulkan SDK versions on Windows and Linux.,

-------------------------------------------------------------------------------------
ppsspp.mk 7a284a8b404162aec4d0c243de126e1a62c8a45d # Version: Commits on Apr 01, 2025
-------------------------------------------------------------------------------------
Merge pull request #20193 from NABN00B/bouncing-icon

Bouncing icon background animation,

------------------------------------------------------------------------------------
rpcs3.mk 73f2aaf9d8ca10e97f5f730c03c1db1cd3d83767 # Version: Commits on Apr 01, 2025
------------------------------------------------------------------------------------
Windows: fix updating with unicode user name,

---------------------------------------------------------------
ruffle.mk nightly-2025-04-01 # Version: Commits on Apr 01, 2025
---------------------------------------------------------------
## What's Changed

* build(deps-dev): bump vite from 6.2.3 to 6.2.4 in /web by @dependabot in ruffle-rs/ruffle#19981

* build(deps): bump the cargo-minor group with 3 updates by @dependabot in ruffle-rs/ruffle#19985

* build(deps): bump the npm-minor group across 1 directory with 15 updates by @dependabot in ruffle-rs/ruffle#19987

**Full Changelog**: ruffle-rs/ruffle@nightly-2025-03-31...nightly-2025-04-01,

--------------------------------------------------------------------------------------
shadps4.mk 9ee5d066a228b37558a0eb6b0b1aa963a9fd9079 # Version: Commits on Apr 01, 2025
--------------------------------------------------------------------------------------
hotfix: issue with cmake 4,

---------------------------------------------------------------------------------------------
solarus-engine.mk bc500e360e43fc8ac8c9a957baad9604182ed8bd # Version: Commits on Apr 01, 2025
---------------------------------------------------------------------------------------------
Update CI/CD trigger branch for the Solarus Launcher project

-----------------------------------------------------------------------------------------
supermodel.mk 12e3b6ad1eb5291ae04224ffac5f82d412c3614c # Version: Commits on Mar 31, 2025
-----------------------------------------------------------------------------------------
Merge branch 'master' of https://github.com/trzy/Supermodel,

--------------------------------------------------------------------------------------------
supermodel-es.mk ac19d512ee56cb5ee0917c6e596f9df75d97a5dc # Version: Commits on Mar 31, 2025
--------------------------------------------------------------------------------------------
0.3a-12e3b6a,

-------------------------------------------------
vice.mk r45618 # Version: Commits on Apr 01, 2025
-------------------------------------------------
FreeBSD: use custom mapper callback to fix Logitech F710 Y axis

For some bizarre reason the left thumbstick's Y axis is inverted on FreeBSD

14.2, so we use the custom mapper callback to set the 'invert' property of

its calibration data.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45618 379a1393-f5fb-40a0-bcee-ef074d9b53f7,

-------------------------------------------------------------------------------------
vita3k.mk f95cfc460017538a828b3f8261b609cc4f3a31fe # Version: Commits on Apr 01, 2025
-------------------------------------------------------------------------------------
external: Update submodules (#3511)

* external: Update VulkanMemoryAllocator-Hpp to version v3.2.1

* external: Update capstone to version 5.0.6

* external: Update cubeb

* external: Update fmt to version 11.1.4

* external: Update googletest to version v1.16.0

* external: Update imgui to version v1.91.3

* external: Update imgui_club

* external: Update libfat16

* external: Update nativefiledialog-extended to version v1.2.1

* external: Update pugixml to version v1.15

* external: Update sdl to version 2.30.11

* external: Update spdlog to version v1.15.2

* external: Update stb

* external: Update vita-toolchain

* external: Update xxHash to version v0.8.3,

-----------------------------------------------------------------------------------
xemu.mk 57cdee770e228409f1755b636d7075135e046f12 # Version: Commits on Mar 30, 2025
-----------------------------------------------------------------------------------
mcpx/dsp: Fix some formatting/spelling nits,

-------------------------------------------------------------------------------------------
xenia-native.mk 4b24f128f6ad43874a3d012130da47b19b6ea6a2 # Version: Commits on Mar 29, 2025
-------------------------------------------------------------------------------------------
[XBOXKRNL & XAM] - Video, Hal, And XConfig

- Properly implement HalGetCurrentAVPack, and XGetAudioFlags.

- Return proper flags for AV Component, AV Composite, and VGA from xconfig.

- Set to HD to proper value.

- Correct wrong widescreen flag.,

-------------------------------------------------------------------------------------------
sdl12-compat.mk f10920239783dc09bd22f09bad69585cfce8a28d # Version: Commits on Apr 01, 2025
-------------------------------------------------------------------------------------------
Rename sdl12_compat.pc to sdl.pc

sdl12-compat should be a drop-in replacement for SDL-1.2

so use the same pkg-config package name.

c.f.: libsdl-org/sdl2-compat#446,

---------------------------------------------------------
sdl3.mk release-3.2.10 # Version: Commits on Mar 31, 2025
---------------------------------------------------------
Updated to version 3.2.10 for release,

------------------------------------------------------------
sdl3_ttf.mk release-3.2.2 # Version: Commits on Mar 31, 2025
------------------------------------------------------------
Added a patch note for TTF_GetFontWeight()

(cherry picked from commit e4a6ec8528b39789d78d980766dd8a3fa5e2addd),

------------------------------------------------------------------------------------
box64.mk 2c7a2082e624a78e42199d90f7d9fa90473c26c2 # Version: Commits on Apr 01, 2025
------------------------------------------------------------------------------------
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490),

---------------------------------------------------------------------------------------
etlegacy.mk 73020cda95b4faee388ca2213aefc0a4ab43e317 # Version: Commits on Apr 01, 2025
---------------------------------------------------------------------------------------
app: get physical keyboard partially work. refs #3037,

-------------------------------------------------------------------------------------------
jazz2-native.mk 9f9a36d9ebb6961b44355d2ba4a5b4544e002a8c # Version: Commits on Mar 31, 2025
-------------------------------------------------------------------------------------------
Multiplayer,

--------------------------------------------------------------------------------------
omf2097.mk b2b4cecbf69aa7a3d07d7b2e25abe0649ac6c552 # Version: Commits on Apr 01, 2025
--------------------------------------------------------------------------------------
Merge pull request #1102 from omf2097/improve-document-install

Sort out documents separately in cmakelists,

-------------------------------------------------------
syncthing.mk v1.29.4 # Version: Commits on Apr 01, 2025
-------------------------------------------------------
v1.29.4

Bugfixes:

- #9990: Tildes break directory autocomplete,

----------------------------------------------------------------------------------------------------
dolphinCrosshairsPack.mk b78ab6cb5a6d5e34f6e2ec16f551e00540a29ed5 # Version: Commits on Jan 20, 2024
----------------------------------------------------------------------------------------------------
Update README.md,

-------------------------------------------------------------------------------------------------
libretro-core-info.mk 49a68da15dd600b269dc08fa61978a50553da0cf # Version: Commits on Apr 01, 2025
-------------------------------------------------------------------------------------------------
Update easyrpg_libretro.info,

----------------------------------------------------------------------------------------
retroarch.mk 454dedf03442096e09211b2f4fde1fcd9fff321f # Version: Commits on Apr 01, 2025
----------------------------------------------------------------------------------------
Merge pull request #17757 from kokoko3k/master

FIX shader wildcards.,

----------------------------------------------------------------------------------------
doomretro.mk d7d2439162ed7196b587e69d0acdef43f8a1e61d # Version: Commits on Apr 01, 2025
----------------------------------------------------------------------------------------
Update to SDL v2.32.4,

--------------------------------------------------------------------------------------
vkquake.mk 13b4b73a91b1ccfc72aef300fe76b25109114510 # Version: Commits on Mar 31, 2025
--------------------------------------------------------------------------------------
world.c: Set sv_fte_recursivehullcheck default to 1, assume most levels are OK

Set to 0 if entities appear misplaced, blocked or apparently have fallen through the world,

to be just like QuakeSpasm,

-----------------------------------------------------------------------------------
tr1x.mk e88764f2803c3b95a8112c8252aea4c3088d4f7c # Version: Commits on Mar 31, 2025
-----------------------------------------------------------------------------------
tr1: release 4.9,

-----------------------------------------------------------------------------------
tr2x.mk e88764f2803c3b95a8112c8252aea4c3088d4f7c # Version: Commits on Mar 31, 2025
-----------------------------------------------------------------------------------
tr1: release 4.9,

------------------------------------------------------------------------------------------
xash3d-fwgs.mk a85bd0c8645467ba6301f08e4a98524667667f4c # Version: Commits on Apr 01, 2025
------------------------------------------------------------------------------------------
maintui: first blood,

--------------------------------------------------------------------------------------------------
libretro-gearsystem.mk 192142eb4c2215743b784a6948262582cd699031 # Version: Commits on Apr 01, 2025
--------------------------------------------------------------------------------------------------
Update README.md,

--------------------------------------------------------------------------------------------
libretro-play.mk d7498129071bae45ef73db5eb9be0c2e365987ae # Version: Commits on Mar 31, 2025
--------------------------------------------------------------------------------------------
CI: Update Vulkan SDK versions on Windows and Linux.,

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk 7a284a8b404162aec4d0c243de126e1a62c8a45d # Version: Commits on Apr 01, 2025
----------------------------------------------------------------------------------------------
Merge pull request #20193 from NABN00B/bouncing-icon

Bouncing icon background animation,

---------------------------------------------------------------------------------------------
libretro-vba-m.mk e228394656cd593f9b5ebaa907f842141ad45f4d # Version: Commits on Apr 01, 2025
---------------------------------------------------------------------------------------------
[Input] Process key down event for some controls

In #1424, the app event handler was disabling all key down events,

preventing controls that depend on them to properly handle these. This

was done to work around an issue on macOS where unhandled keyboard

events would fire an audio alert.

Since this breaks text controls, these changes check for the currently

focused window and let the event propagate for text controls.

Fixes #1434,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant